CONTROL DEVICE NAME$
This command will return a string of the name of the current control device.
Return String=CONTROL DEVICE NAME$()
This command will return a string of the name of the current control device
rem Prepare Force Feedback (if available)
ForcePresent=0
empty checklist
PERFORM CHECKLIST FOR CONTROL DEVICES
for c=1 to checklist quantity()
if checklist value a(c)=1
SET CONTROL DEVICE checklist string$(c)
ForcePresent=1
endif
next c
rem Display data
cls
print "INPUT EXPRESSION DATA"
print
print "ForcePresent:";ForcePresent
print "control device name:";CONTROL DEVICE NAME$()
print "control device x:";CONTROL DEVICE X();
print " y:";CONTROL DEVICE Y();
print " z:";CONTROL DEVICE Z()
do
loop
end
INPUT Commands Menu
Index